home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6550 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: zippy.dct.ac.uk!str-ccsun!not-for-mail
  2. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.games,alt.sys.amiga.demos,comp.sys.amiga.misc
  3. Subject: Re: AB3D II beats Quake....
  4. Message-ID: <4jhfir$3vk@vulture.dmem.strath.ac.uk>
  5. From: nbc@vulture.dmem.strath.ac.uk (Neil Brendan Clark)
  6. Date: 29 Mar 1996 20:01:31 -0000
  7. References: <4iqb0a$46e@eeserver.ee.uwa.edu.au>
  8.  <9907.6655T1190T2115@mbox.vol.it>
  9. Organization: University of Strathclyde
  10. NNTP-Posting-Host: vulture.dmem.strath.ac.uk
  11.  
  12. Fabio Bizzetti <bizzetti@mbox.vol.it> wrote:
  13. >
  14. >Next step will be to address memory locations through the OS, to allow full
  15. >memory protection. Thus to make A+A the Amiga will need to call the OS to
  16. >get the content of variable A, then call it again to get the content of
  17. >variable A, then make another call to add the two values, then another call
  18. >to store, *but with memory protection* the value in the hidden memory location
  19. >that contains the variable A.
  20.  
  21. Erm, Fabio, I take it you are joking here? If not, may I be so bold as to 
  22. suggest that you take a copy of Andrew Tannenbaum's seminal text on
  23. computer operating systems, "Operating Systems: Design and Implementation"
  24. to bed with you tonight, and pay particular attention to the sections
  25. on memory protection and virtual memory? ;-)
  26.  
  27. >How can be there expression where all is omologated and standard?
  28. ><< All programming in C++ language, and showing the differences there >>
  29.  
  30. I agree with you here, the real issue is standards and whether they
  31. are a good thing or not. It all depends a great deal on the iplemention
  32. and nature of a standard. The ideal standard (IMHO) is initially good,
  33. open, and allows a great deal of future expansion, but unfortunately
  34. those imposed by the likes of Microsoft are none of the above. A
  35. standard can either liberate you or put you in bonds...
  36.  
  37. -- 
  38. And lo, the Lord God Kernighan said; |               Neil Clark
  39.          "Let there be C"            |      Transparent Telepresence Group
  40.                                      | <http://telepresence.dmem.strath.ac.uk/>
  41.          And there was C.            |
  42.